home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 4
/
QRZ Ham Radio Callsign Database - Volume 4.iso
/
files
/
tcpip
/
amiga
/
asrc29p.lha
/
pop3cli.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-29
|
207 b
|
19 lines
/*
* POP3 Client routines.
*/
#include <stdio.h>
#include "config.h"
#include "commands.h"
int dopop3(argc,argv,p)
int argc;
char *argv[];
void *p;
{
printf("POP3 Not available yet!\n");
return 0;
}